'Declaration Public Overloads Overrides Function GetThumbnailImage( _
ByVal progressDelegateProgress delegate.As System.EventHandler(Of ProgressEventArgs) _
) As Vintasoft.Imaging.VintasoftImage
public override Vintasoft.Imaging.VintasoftImage GetThumbnailImage(
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: Vintasoft.Imaging.VintasoftImage* GetThumbnailImage(
System.EventHandler<ProgressEventArgs*>* progressDelegate
); override
public:
Vintasoft.Imaging.VintasoftImage^ GetThumbnailImage(
System.EventHandler<ProgressEventArgs^>^ progressDelegate
); override
Parameters
- progressDelegate
- Progress delegate.
Return Value
The thumbnail image associated with this ImagePage object if thumbnail image was loaded successfully; otherwise, null.